Application.this

Creates a new AdwApplication.

If application_id is not NULL, then it must be valid. See [func@Gio.Application.id_is_valid].

If no application ID is given then some features (most notably application uniqueness) will be disabled.

  1. this(AdwApplication* adwApplication, bool ownedRef)
  2. this(string applicationId, GApplicationFlags flags)
    class Application
    this
    (,
    GApplicationFlags flags
    )

Parameters

applicationId string

The application ID

flags GApplicationFlags

The application flags

Return Value

the newly created AdwApplication

Throws

ConstructionException GTK+ fails to create the object.

Meta